home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / bbs / a2701_95.zip / ARGUS.EXE / 0 / RCDATA / TMAINCONFIGFORM / TMAINCONFIGFORM.txt
Text File  |  1997-07-16  |  8KB  |  364 lines

  1. object MainConfigForm: TMainConfigForm
  2.   Left = 86
  3.   Top = 83
  4.   BorderStyle = bsDialog
  5.   Caption = 'Dial-up Configuration'
  6.   ClientHeight = 262
  7.   ClientWidth = 434
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   KeyPreview = True
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   OnClose = FormClose
  17.   OnCloseQuery = FormCloseQuery
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   OnKeyDown = FormKeyDown
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object pg: TPageControl
  24.     Left = 0
  25.     Top = 0
  26.     Width = 434
  27.     Height = 221
  28.     ActivePage = tsLines
  29.     Align = alTop
  30.     TabOrder = 0
  31.     OnChange = pgChange
  32.     object tsLines: TTabSheet
  33.       Caption = 'Lines'
  34.       object lLines: TListView
  35.         Left = 4
  36.         Top = 8
  37.         Width = 417
  38.         Height = 149
  39.         ColumnClick = False
  40.         OnClick = lClick
  41.         Columns = <
  42.           item
  43.             Caption = 'Line name'
  44.             Width = 120
  45.           end
  46.           item
  47.             Caption = 'Station template'
  48.             Width = 120
  49.           end
  50.           item
  51.             Caption = 'Port'
  52.           end
  53.           item
  54.             Caption = 'Modem'
  55.             Width = 123
  56.           end>
  57.         ReadOnly = True
  58.         HotTrack = True
  59.         OnChange = lChange
  60.         PopupMenu = PopupMenu
  61.         TabOrder = 0
  62.         ViewStyle = vsReport
  63.       end
  64.     end
  65.     object tsStation: TTabSheet
  66.       Tag = 1
  67.       Caption = 'Station'
  68.       object lStation: TListView
  69.         Left = 4
  70.         Top = 8
  71.         Width = 417
  72.         Height = 149
  73.         ColumnClick = False
  74.         OnClick = lClick
  75.         Columns = <
  76.           item
  77.             Caption = 'Template name'
  78.             Width = 120
  79.           end
  80.           item
  81.             Caption = 'Station name'
  82.             Width = 120
  83.           end
  84.           item
  85.             Caption = 'Address list'
  86.             Width = 173
  87.           end>
  88.         ReadOnly = True
  89.         HotTrack = True
  90.         OnChange = lChange
  91.         PopupMenu = PopupMenu
  92.         TabOrder = 0
  93.         ViewStyle = vsReport
  94.         SmallImages = Img
  95.       end
  96.     end
  97.     object tsPorts: TTabSheet
  98.       Tag = 2
  99.       Caption = 'Ports'
  100.       object lPorts: TListView
  101.         Left = 4
  102.         Top = 8
  103.         Width = 417
  104.         Height = 149
  105.         ColumnClick = False
  106.         OnClick = lClick
  107.         Columns = <
  108.           item
  109.             Caption = 'Com port'
  110.             Width = 100
  111.           end
  112.           item
  113.             Caption = 'BPS'
  114.             Width = 90
  115.           end
  116.           item
  117.             Caption = 'Flow control'
  118.             Width = 142
  119.           end
  120.           item
  121.             Caption = 'Line bits'
  122.             Width = 81
  123.           end>
  124.         ReadOnly = True
  125.         HotTrack = True
  126.         OnChange = lChange
  127.         PopupMenu = PopupMenu
  128.         TabOrder = 0
  129.         ViewStyle = vsReport
  130.         SmallImages = Img
  131.       end
  132.     end
  133.     object tsModems: TTabSheet
  134.       Tag = 3
  135.       Caption = 'Modems'
  136.       object lModems: TListView
  137.         Left = 4
  138.         Top = 8
  139.         Width = 417
  140.         Height = 149
  141.         ColumnClick = False
  142.         OnClick = lClick
  143.         Columns = <
  144.           item
  145.             Caption = 'Modem name'
  146.             Width = 413
  147.             WidthType = (
  148.               -2)
  149.           end>
  150.         ReadOnly = True
  151.         HotTrack = True
  152.         OnChange = lChange
  153.         PopupMenu = PopupMenu
  154.         TabOrder = 0
  155.         ViewStyle = vsReport
  156.         SmallImages = Img
  157.       end
  158.     end
  159.     object tsRestrictions: TTabSheet
  160.       Tag = 4
  161.       Caption = 'Restrictions'
  162.       object lRestrictions: TListView
  163.         Left = 4
  164.         Top = 8
  165.         Width = 417
  166.         Height = 149
  167.         ColumnClick = False
  168.         OnClick = lClick
  169.         Columns = <
  170.           item
  171.             Caption = 'Scheme name'
  172.             Width = 120
  173.           end
  174.           item
  175.             Caption = 'Required'
  176.             Width = 150
  177.           end
  178.           item
  179.             Caption = 'Forbidden'
  180.             Width = 143
  181.           end>
  182.         ReadOnly = True
  183.         HotTrack = True
  184.         OnChange = lChange
  185.         PopupMenu = PopupMenu
  186.         TabOrder = 0
  187.         ViewStyle = vsReport
  188.         SmallImages = Img
  189.       end
  190.     end
  191.     object lNodes: TTabSheet
  192.       Caption = 'Nodes'
  193.       object gOvr: TAdvGrid
  194.         Left = 4
  195.         Top = 8
  196.         Width = 417
  197.         Height = 177
  198.         FixedFont.Charset = DEFAULT_CHARSET
  199.         FixedFont.Color = clWindowText
  200.         FixedFont.Height = -11
  201.         FixedFont.Name = 'MS Sans Serif'
  202.         FixedFont.Style = []
  203.         ColCount = 3
  204.         DefaultRowHeight = 17
  205.         RowCount = 2
  206.         Font.Charset = DEFAULT_CHARSET
  207.         Font.Color = clBlack
  208.         Font.Height = -12
  209.         Font.Name = 'Fixedsys'
  210.         Font.Style = []
  211.         Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goColSizing, goRowMoving, goEditing, goThumbTracking, goDigitalRows]
  212.         ParentFont = False
  213.         PopupMenu = gOvr.
  214.         TabOrder = 0
  215.         ColWidths = (
  216.           31
  217.           100
  218.           262)
  219.       end
  220.     end
  221.   end
  222.   object bNew: TButton
  223.     Left = 17
  224.     Top = 188
  225.     Width = 66
  226.     Height = 23
  227.     Caption = '&New'
  228.     TabOrder = 1
  229.     OnClick = bNewClick
  230.   end
  231.   object bCopy: TButton
  232.     Left = 153
  233.     Top = 188
  234.     Width = 66
  235.     Height = 23
  236.     Caption = '&Copy'
  237.     TabOrder = 3
  238.     OnClick = bCopyClick
  239.   end
  240.   object bDelete: TButton
  241.     Left = 221
  242.     Top = 188
  243.     Width = 66
  244.     Height = 23
  245.     Caption = 'Dele&te'
  246.     TabOrder = 5
  247.     OnClick = bDeleteClick
  248.   end
  249.   object bUndelete: TButton
  250.     Left = 289
  251.     Top = 188
  252.     Width = 66
  253.     Height = 23
  254.     Caption = '&Undelete'
  255.     TabOrder = 6
  256.     OnClick = bUndeleteClick
  257.   end
  258.   object bDefault: TButton
  259.     Left = 357
  260.     Top = 188
  261.     Width = 66
  262.     Height = 23
  263.     Caption = '&Default'
  264.     TabOrder = 4
  265.     OnClick = bDefaultClick
  266.   end
  267.   object bOK: TButton
  268.     Left = 184
  269.     Top = 228
  270.     Width = 75
  271.     Height = 25
  272.     Caption = 'OK'
  273.     Default = True
  274.     ModalResult = 1
  275.     TabOrder = 7
  276.   end
  277.   object bCancel: TButton
  278.     Left = 264
  279.     Top = 228
  280.     Width = 75
  281.     Height = 25
  282.     Cancel = True
  283.     Caption = 'Cancel'
  284.     ModalResult = 2
  285.     TabOrder = 8
  286.   end
  287.   object bHelp: TButton
  288.     Left = 344
  289.     Top = 228
  290.     Width = 75
  291.     Height = 25
  292.     Caption = 'Help'
  293.     TabOrder = 9
  294.     OnClick = bHelpClick
  295.   end
  296.   object bEdit: TButton
  297.     Left = 85
  298.     Top = 188
  299.     Width = 66
  300.     Height = 23
  301.     Caption = '&Edit'
  302.     TabOrder = 2
  303.     OnClick = bEditClick
  304.   end
  305.   object bImport: TButton
  306.     Left = 8
  307.     Top = 228
  308.     Width = 75
  309.     Height = 25
  310.     Caption = '&Import...'
  311.     TabOrder = 10
  312.     Visible = False
  313.     OnClick = bImportClick
  314.   end
  315.   object bSort: TButton
  316.     Left = 88
  317.     Top = 228
  318.     Width = 75
  319.     Height = 25
  320.     Caption = '&Sort'
  321.     TabOrder = 11
  322.     Visible = False
  323.     OnClick = bSortClick
  324.   end
  325.   object Img: TImageList
  326.     Left = 200
  327.     Top = 100
  328.   end
  329.   object PopupMenu: TPopupMenu
  330.     Left = 108
  331.     Top = 88
  332.     object ppNew: TMenuItem
  333.       Caption = '&New'
  334.       OnClick = bNewClick
  335.     end
  336.     object N1: TMenuItem
  337.       Caption = '-'
  338.     end
  339.     object ppEdit: TMenuItem
  340.       Caption = '&Edit'
  341.       OnClick = bEditClick
  342.     end
  343.     object ppCopy: TMenuItem
  344.       Caption = '&Copy'
  345.       OnClick = bCopyClick
  346.     end
  347.     object ppDelete: TMenuItem
  348.       Caption = 'Dele&te'
  349.       OnClick = bDeleteClick
  350.     end
  351.     object ppUndelete: TMenuItem
  352.       Caption = '&Undelete'
  353.       OnClick = bUndeleteClick
  354.     end
  355.     object N2: TMenuItem
  356.       Caption = '-'
  357.     end
  358.     object ppDefault: TMenuItem
  359.       Caption = '&Default'
  360.       OnClick = bDefaultClick
  361.     end
  362.   end
  363. end
  364.